home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 26
- // MODULE_ID DDATTEXT_DCL_
- /* Next available MSG number is 26 */
- //
- // ddattext.dcl
- //
- // Copyright (C) 1992, 1994 by Autodesk, Inc.
- //
- // Permission to use, copy, modify, and distribute this software
- // for any purpose and without fee is hereby granted, provided
- // that the above copyright notice appears in all copies and
- // that both that copyright notice and the limited warranty and
- // restricted rights notice below appear in all supporting
- // documentation.
- //
- // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
- // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- // UNINTERRUPTED OR ERROR FREE.
- //
- // Use, duplication, or disclosure by the U.S. Government is subject to
- // restrictions set forth in FAR 52.227-19 (Commercial Computer
- // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- // (Rights in Technical Data and Computer Software), as applicable.
- //
- //.
- //---------------------------------------------------------------------
- //
- // Dialogue definition file for DDATTEXT.LSP - Attribute extraction
- //
-
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
-
- ddattext : dialog {
- label = "Extracci≤n de atributos";
- : boxed_radio_column {
- label = "Formato de archivo";
- : radio_button {
- label = "Delimitado por comas (CDF)";
- key = "cdf";
- mnemonic = "C";
- }
- : radio_button {
- label = "Delimitado por espacios (SDF)";
- key = "sdf";
- mnemonic = "S";
- }
- : radio_button {
- label = "Intercambio de dibujos (DXF)";
- key = "dxf";
- mnemonic = "D";
- }
- }
- : row {
- : button {
- label = "Designar objetos <";
- mnemonic = "o";
- key = "selobjs";
- fixed_width = true;
- }
- : concatenation {
- : text_part {
- label = "Encontrados: ";
- }
- : text_part {
- key = "how_many";
- width = 5;
- }
- }
- }
- : row {
- : button {
- label = "Archivo de plantilla... ";
- key = "select_temp_file";
- mnemonic = "p";
- }
- : edit_box {
- edit_width = 20;
- key = "temp_file";
- fixed_width = true;
- }
- }
- : row {
- : button {
- label = "Archivo de salida... ";
- key = "select_out_file";
- mnemonic = "A";
- }
- : edit_box {
- edit_width = 20;
- key = "out_file";
- fixed_width = true;
- }
- }
- ok_cancel_help_errtile;
- }
-
- out_exists : dialog {
- label = "Advertencia";
- : paragraph {
- : text_part {
- label = "Este archivo de salida ya existe.";
- }
- : text_part {
- label = "┐Desea reemplazarlo?";
- }
- }
- spacer_1;
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Sφ";
- mnemonic = "S";
- key = "yes";
- width = 8;
- }
- : spacer {
- width = 2;
- }
- : default_button {
- label = "No";
- mnemonic = "N";
- key = "no";
- width = 8;
- }
- }
- }
-
- out_temp : dialog {
- label = "Advertencia";
- : paragraph {
- : text_part {
- label = "El archivo de estructura y el de salida tienen el mismo nombre.";
- }
- : text_part {
- label = "Por favor cambie el nombre de archivo salida.";
- }
- }
- spacer_1;
- : ok_button {
- is_cancel = true;
- }
- }
-
-
-